Skip to main content

All Series names

All Series names

This script returns all the names for Series.

Returns: [String] - A list of existing Serie names.

import Golazos from 0xGOLAZOSADDRESS

pub fun main(): [String] {
return Golazos.getAllSeriesNames()
}